From: LLVM Packaging Team Date: Sat, 11 Mar 2017 04:48:17 +0000 (+0000) Subject: lldb-libname X-Git-Tag: archive/raspbian/1%3.9.1-5+rpi1~27 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=9b222bb149c940e012e00f57733a91d00e1e92b2;p=llvm-toolchain-3.9.git lldb-libname Gbp-Pq: Name lldb-libname.diff --- diff --git a/lldb/scripts/Python/finishSwigPythonLLDB.py b/lldb/scripts/Python/finishSwigPythonLLDB.py index 4d733a16..55787d0e 100644 --- a/lldb/scripts/Python/finishSwigPythonLLDB.py +++ b/lldb/scripts/Python/finishSwigPythonLLDB.py @@ -392,7 +392,7 @@ def make_symlink_liblldb(vDictArgs, vstrFrameworkPythonDir, vstrLiblldbFileName, if eOSType == utilsOsType.EnumOsType.Darwin: strLibFileExtn = ".dylib" else: - strLibFileExtn = ".so" + strLibFileExtn = "-3.9.so" strSrc = os.path.join(vstrLldbLibDir, "liblldb" + strLibFileExtn) bOk, strErrMsg = make_symlink(vDictArgs, vstrFrameworkPythonDir, strSrc, strTarget)